home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / curses / Imakefile < prev    next >
Encoding:
Makefile  |  1995-05-05  |  367 b   |  15 lines  |  [TEXT/R*ch]

  1. # Curses Imakefile.
  2.  
  3. GLIBDIR = ../lib
  4.  
  5.         DEFINES = -DUNIX -DUSE_CONSOLE -DXCONQLIB=\"$(GLIBDIR)\"\"
  6.        INCLUDES = -I../x11 -I../kernel
  7. LOCAL_LIBRARIES = XawClientLibs
  8.       SRCS1 = cconq.c
  9.       OBJS  = cconq.o \
  10.           ccmd.o \
  11.           cdraw.o
  12.        PROGRAMS = cconq
  13.  
  14. ComplexProgramTarget_1(cconq,$(OBJS) $(LOCAL_LIBRARIES),../kernel/libconq.a ../kernel/libconqlow.a)
  15.